Welcome![Sign In][Sign Up]
Location:
Search - can driver

Search list

[Other Embeded programmcp2515_driver

Description: This an driver for the CAN transceiver chip MCP2515 specifically written for the MSP430f2xxx range of microcontrollers.-This is an driver for the CAN transceiver chip MCP2515 specifically written for the MSP430f2xxx range of microcontrollers.
Platform: | Size: 6144 | Author: Dan | Hits:

[Linux-UnixCAN-MCP2510

Description: linux下的can程序,包括驱动和上层应用程序,其中有doc文档对程序进行详细说明-can under linux procedures, including the driver and the upper applications, including doc document detailed description of the procedures
Platform: | Size: 73728 | Author: ls | Hits:

[SCMCAN

Description: STM8S208单片机 can口驱动程序-STM8S208 can port driver
Platform: | Size: 11264 | Author: 修远 | Hits:

[Linux-Unixdriver

Description: can芯片mcp2510驱动程序 用于英贝德9200开发板-can
Platform: | Size: 11264 | Author: gu gu | Hits:

[SCMST10f276-CAN

Description: ST10F276 CAN 总线驱动, 包括类型,寄存器,消息定义,应用接口和实现-ST10F276 CAN bus driver, including the type, register, message definitions, application interfaces and implementation
Platform: | Size: 13312 | Author: bearjoe | Hits:

[Driver DevelopCCP-Driver

Description: Vector公司提供的CCP协议(CAN Calibration Protocol)的ECU驱动。-CAN Calibration Protocol is used in auto indust. especially for ecu software.
Platform: | Size: 2924544 | Author: | Hits:

[SCMcan-232

Description: 51单片机实现CAN总线和RS232协议之间的转换,内含SJA1000驱动程序,keil下编译通过。-51 MCU CAN bus and RS232 protocol conversion between, containing SJA1000 driver, keil compile.
Platform: | Size: 40960 | Author: 王勇 | Hits:

[VxWorksVxWorks.CAN.controller.driver.code

Description: VxWorks CAN控制器驱动程序代码VxWorks CAN controller driver code -VxWorks CAN controller driver code
Platform: | Size: 166912 | Author: 90 | Hits:

[Driver DevelopCAN

Description: CAN总线开发的芯片说明文档和驱动程序以及开发电路图-Development of the chip CAN-bus and driver documentation and the development of circuit
Platform: | Size: 1845248 | Author: hattrick | Hits:

[ARM-PowerPC-ColdFire-MIPSCAN

Description: str710 CAN驱动,意法半导体ARM7内核,测试通过,能用-str710 CAN driver, STMicroelectronics ARM7 core, tested, can
Platform: | Size: 20480 | Author: gg | Hits:

[ARM-PowerPC-ColdFire-MIPSCAN

Description: ARM-Linux嵌入式平台上的控制局域网CAN的驱动程序,对进行学习CAN总线很有帮助-CAN driver code base on the ARM- Linux embedded platform ,it is very helpful for learning the can bus
Platform: | Size: 13312 | Author: dluolu | Hits:

[Linux-UnixLinux-driver-development18

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 18, LCD device drivers. In the multimedia application to the push of color LCD, more and more applied to embedded systems, handheld computers (PDA), mobile phones and other display device, support the TFT color graphic interface, images and video can show media player. The frame buffer (Framebuffer) is Linux for a display device provide interface, it allows the upper application in the graph modes for display and direct buffer operation. This chapter covers the frame buffer equipment Linux drivers structure and framework of the programming method.
Platform: | Size: 887808 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[SCMsja

Description: CAN通信例程,通过51、SJA1000和CAN驱动器连接can总线,接受另一can节点发来的一个字节信息并通过LED实时显示出来-CAN communication routines, through 51, SJA1000 CAN driver and connector can bus, the node can accept another byte of information sent by a real-time LED display
Platform: | Size: 6144 | Author: zhaohu | Hits:

[Other Embeded programcan_device_led

Description: lm3s系列 CAN驱动程序 是我花钱买的开发板上的例程。keil上直接用-lm3s Series CAN driver is I spend money on the development board routines. directly on keil
Platform: | Size: 19456 | Author: | Hits:

[Linux-Unixbasic-can-project-at91sam9263-ek-iar

Description: Atmel AT91SAM9263 Basic CAN driver
Platform: | Size: 163840 | Author: lq7972 | Hits:

[VxWorksCAN-source-code-sja1000

Description: vxworks操作系统下的,型号为:sja 1000 控制器的can 卡驱动源码-vxworks operating system, the model: sja 1000 controller card driver source code can
Platform: | Size: 619520 | Author: 苏从娜 | Hits:

[Other Embeded programSM502-Driver

Description: SM502驱动源码包,针对自己的项目,做相应修改就可以用-SM502 driver source code package for your project, you can use to modify accordingly
Platform: | Size: 738304 | Author: sunzhenhua | Hits:

[SCMdriver-of-USB-for-AVR

Description: AVR单片机的USB口下载线驱动程序,可以用来制作AVR单片机的USB通讯和程序下载- for develop of AVR singalchip microcomputer with USB, which can be used to communicate with PC or write program to AVR
Platform: | Size: 138240 | Author: 高山 | Hits:

[Driver DevelopCAN-driver

Description: 汽车电子行业。CAN总线驱动功能开发,调用此API即可实现CAN报文收发处理。-The source codes can be used CAN message receiving or transmitting on CAN bus.
Platform: | Size: 3072 | Author: 王玮 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net